.tripAgt-day-view-image {
  width: 240px;
  height: 180px;
  flex-shrink: 0;
  overflow: hidden;
}

.tripAgt-day-view-image img {
  max-width: none !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.tripAgt-day-view-content h5{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .tripAgt-day-view {
    display: block !important;
  }

  .tripAgt-day-view-image {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }

  .tripAgt-day-view-content {
    margin-bottom: 40px;
  }
}